projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d55955
)
(\,): Calrify it's not a new-style unquote.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Thu, 23 Aug 2007 18:37:20 +0000
(18:37 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Thu, 23 Aug 2007 18:37:20 +0000
(18:37 +0000)
lisp/textmodes/texinfmt.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/texinfmt.el
b/lisp/textmodes/texinfmt.el
index 9e4f9ca9ec5fa12e26ea3222a1092c087dc249fe..31e7946c58e5a34bb755d920ed03c67dd396b4ab 100644
(file)
--- a/
lisp/textmodes/texinfmt.el
+++ b/
lisp/textmodes/texinfmt.el
@@
-3270,7
+3270,7
@@
Default is to leave paragraph indentation as is."
;; Take arguments
;; @,{c} ==> c, cedilla accent
-(put ', 'texinfo-format 'texinfo-format-cedilla-accent)
+(put '
\
, 'texinfo-format 'texinfo-format-cedilla-accent)
(defun texinfo-format-cedilla-accent ()
(insert (texinfo-parse-arg-discard) ",")
(goto-char texinfo-command-start))